html,
body {
  padding: 0;
  margin: 0;
}
a {
  color: #888;
}
a:hover {
  color: #004290;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.hide {
  display: none;
}
.inner {
  margin: 0 65px;
}
.inner::after {
  content: '';
  display: block;
  clear: both;
}
.pointer {
  cursor: pointer;
}
.vc-header {
  background-color: #fff;
  height: 120px;
  border-top: 5px solid #004290;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.vc-header .header-right {
  float: right;
}
.vc-header .logo {
  text-indent: -999em;
  overflow: hidden;
  float: left;
  padding: 0;
  margin: 22px 0 0;
}
.vc-header .logo a {
  background: url('../../image/logo.png') no-repeat 0 0;
  background-size: contain;
  width: 240px;
  height: 70px;
  display: block;
}
.vc-header .menuToggle {
  display: none;
}
.vc-header .nav {
  font-size: 18px;
  list-style: none;
  float: left;
  height: 115px;
  padding: 0;
}
.vc-header .nav > li {
  height: 100%;
  float: left;
}
.vc-header .nav > li a {
  color: #525252;
  display: block;
  height: 100%;
  line-height: 115px;
  padding: 0 20px;
  position: relative;
  overflow: hidden;
}
.vc-header .nav > li a span {
  position: relative;
  z-index: 2;
}
.vc-header .nav > li a::before {
  content: '';
  background: linear-gradient(#fff, #eee);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: top 0.15s ease-in-out;
}
.vc-header .nav > li a:hover::before {
  top: 0;
}
.vc-header .nav > li .children {
  font-size: 18px;
  background-color: #eee;
  text-align: center;
  padding: 0;
  margin: -1px 0 0 0;
  list-style: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  display: block;
  height: 0;
  overflow: hidden;
  transition: height 0.15s ease-in-out;
}
.vc-header .nav > li .children li {
  display: inline-block;
}
.vc-header .nav > li .children li a {
  line-height: 85px;
}
.vc-header .nav > li .children li a::before {
  top: -100%;
}
.vc-header .nav > li .children li a:hover::before {
  top: 0;
}
.vc-header .nav > li:hover .children {
  height: 85px;
}
.vc-header .ant-avatar {
  margin: 37px 16px 0 8px;
  cursor: pointer;
}
.vc-header .ant-avatar .anticon-user {
  margin-top: 7px;
}
.vc-header .language {
  font-size: 18px;
  float: right;
  height: 115px;
  line-height: 115px;
  position: relative;
}
.vc-header .language span {
  padding: 0 10px;
}
.vc-header .language::after {
  content: '';
  position: absolute;
  left: 48%;
  transform: translate3d(-50%, -50%, 0);
  display: block;
  width: 1px;
  height: 14px;
  background: #333;
  top: 50%;
}
.vc-header .search {
  float: right;
  height: 115px;
  line-height: 115px;
  padding: 0;
  margin: 0;
  pointer-events: all;
  position: relative;
}
.vc-header .search .more {
  cursor: pointer;
  color: #1890ff;
}
.vc-header .search > .icon.anticon {
  display: block;
  position: relative;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  margin: 0 10px;
  cursor: pointer;
}
.vc-header .search .anticon-search {
  font-size: 20px;
}
.vc-header .search .ant-space-item {
  background-color: rgba(0, 0, 0, 0.45);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  display: none;
}
.vc-header .search .ant-space-item .ant-input-group-wrapper {
  background-color: #fff;
  position: absolute;
  top: 35%;
  left: 50%;
  z-index: 999;
  width: 62%;
  max-width: 680px;
  padding: 50px 50px 60px;
  transform: translate3d(-50%, -50%, 0);
  transition: top 0.15s ease-in;
}
.vc-header .search .ant-space-item .ant-input-group-wrapper h3 {
  font-size: 32px;
  line-height: 1.55;
}
.vc-header .search .ant-space-item .ant-input-group-wrapper p {
  font-size: 17px;
  line-height: 1.55;
}
.vc-header .search .ant-space-item.open {
  display: block;
}
.vc-header .search .adv {
  line-height: 2.5;
  display: none;
}
.vc-header .search.adv .ant-space-item .ant-input-group-wrapper {
  top: 48%;
  padding: 51px 50px 60px;
}
.vc-header .search.adv .ant-input-wrapper {
  display: none;
}
.vc-header .search.adv .adv {
  display: block;
}
.vc-header .info {
  float: right;
  margin: 38px 0 0 20px;
}
form.uploader {
  position: absolute;
  top: - 1500px;
  left: -1500px;
}
.vc-footer {
  font-size: 16px;
  background-color: #f7f6fa;
  padding: 60px 0 50px;
}
.vc-footer .footer-links {
  float: left;
}
.vc-footer .footer-services {
  float: right;
}
.vc-footer .footer-link {
  font-size: 18px;
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0 0 55px 0;
}
.vc-footer .footer-link li {
  float: left;
  margin-right: 50px;
}
.vc-footer .footer-link::after {
  content: '';
  display: block;
  clear: both;
}
.vc-footer .footer-social {
  border-top: solid 1px #dedede;
  padding: 48px 0 65px;
}
.vc-footer .footer-social p {
  float: left;
  margin: 15px 20px 0 0;
}
.vc-footer .footer-social ul {
  font-size: 15px;
  list-style: none;
}
.vc-footer .footer-social ul li {
  float: left;
  padding: 0 30px;
}
.vc-footer .footer-social ul li a {
  color: #888;
  display: block;
  text-align: center;
}
.vc-footer .footer-social ul li .icon {
  background-color: #909090;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  transition: background-color 0.15s ease-in-out;
}
.vc-footer .footer-social ul li .icon svg {
  color: #fff;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-12px, -12px, 0);
}
.vc-footer .footer-social ul li span {
  padding: 4px 0;
  display: block;
}
.vc-footer .footer-social ul li:first-child a:hover .icon {
  background-color: green;
}
.vc-footer .footer-social ul li:nth-child(2) a:hover .icon {
  background-color: red;
}
.vc-footer .footer-social ul li:nth-child(3) a:hover .icon {
  background-color: blue;
}
.vc-footer .footer-social ul li:last-child a:hover .icon {
  background-color: #ff6a00;
}
.vc-footer .footer-social::after {
  content: '';
  display: block;
  clear: both;
}
.vc-footer .logo {
  background: url('../../image/footer_icon.png') no-repeat center 0;
  background-size: contain;
  width: 100%;
  height: 150px;
}
.vc-footer .tel {
  font-size: 22px;
  margin: 35px 0 15px;
}
.vc-footer .tel span {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.vc-footer .services {
  font-size: 18px;
  line-height: 1.85;
  margin-bottom: 0;
}
.vc-footer .copyright {
  font-size: 16px;
  clear: both;
}
.vc-footer .copyright span {
  margin: 0 12px;
  opacity: 0.65;
}
.swipers {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.swipers .inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.swipers h3 {
  color: #fff;
  font-size: 42px;
  line-height: 1.15;
  position: absolute;
  top: 50%;
  transform: translate3d(50px, -50%, 0px);
}
.swipers h3 em {
  font-size: 36px;
  display: block;
}
.swipers img {
  width: 100%;
  visibility: hidden;
}
.homepage .inner {
  width: 73.5%;
  margin: 0 auto;
}
.vc-footer .inner {
  width: 73.5%;
  margin: 0 auto;
}
@media only screen and (max-width: 1366px) {
  .homepage .inner,
  .inner {
    width: auto;
    margin: 0 45px;
  }
}
@media only screen and (max-width: 1024px) {
  .homepage .inner,
  .inner {
    width: auto;
    margin: 0 45px;
  }
  .vc-header {
    height: 100px;
  }
  .vc-header .logo a {
    width: 200px;
    height: 60px;
  }
  .vc-header .nav {
    font-size: 16px;
    height: 95px;
  }
  .vc-header .nav > li a {
    line-height: 95px;
  }
  .vc-header .language {
    font-size: 15px;
    margin-top: 37px;
    margin-left: 15px;
  }
  .vc-footer {
    font-size: 15px;
    padding: 50px 0 40px;
  }
  .vc-footer .footer-link {
    font-size: 16px;
    padding: 0 0 45px 0;
  }
  .vc-footer .footer-link li {
    margin-right: 40px;
  }
  .vc-footer .footer-social {
    padding: 42px 0 55px;
  }
  .vc-footer .logo {
    height: 120px;
  }
  .vc-footer .tel {
    font-size: 15px;
  }
  .vc-footer .tel span {
    font-size: 26px;
  }
  .vc-footer .services {
    font-size: 15px;
  }
  .vc-footer .copyright {
    font-size: 14px;
    top: 0;
  }
}
@media only screen and (max-width: 812px) {
  .homepage .inner,
  .inner {
    width: auto;
    margin: 0 35px;
  }
  .vc-header {
    height: 100px;
  }
  .vc-header .logo a {
    width: 200px;
    height: 60px;
  }
  .vc-header .header-right {
    background: rgba(0, 0, 0, 0);
    width: 100%;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    transition: all 0.15s ease-in-out;
    pointer-events: none;
  }
  .vc-header .nav {
    font-size: 16px;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 220px;
    height: auto;
    transition: all 0.15s ease-in-out;
  }
  .vc-header .nav > li {
    float: none;
    height: auto;
  }
  .vc-header .nav > li a {
    height: 60px;
    line-height: 60px;
  }
  .vc-header .language {
    display: none;
    font-size: 15px;
    margin-top: 37px;
    margin-left: 15px;
  }
  .vc-header .menuToggle {
    display: block;
    margin: 17px 0 0 0;
    position: fixed;
    z-index: 2;
    right: 25px;
    top: 25px;
    width: 23px;
    height: 23px;
  }
  .vc-header .menuToggle i {
    display: block;
    background: #222;
    width: 23px;
    height: 2px;
    position: absolute;
    transition: all 0.15s ease-in-out;
  }
  .vc-header .menuToggle i:first-child {
    top: 0;
    left: 0;
  }
  .vc-header .menuToggle i:nth-child(2) {
    top: 8px;
    left: 0;
  }
  .vc-header .menuToggle i:last-child {
    top: 16px;
    left: 0;
  }
  .vc-header.menuopen .header-right {
    background: rgba(0, 0, 0, 0.65);
    pointer-events: all;
  }
  .vc-header.menuopen .nav {
    right: 0;
  }
  .vc-header.menuopen .menuToggle i:first-child {
    top: 8px;
    transform: rotate(45deg);
  }
  .vc-header.menuopen .menuToggle i:nth-child(2) {
    opacity: 0;
  }
  .vc-header.menuopen .menuToggle i:last-child {
    top: 8px;
    transform: rotate(-45deg);
  }
  .vc-footer {
    font-size: 14px;
    padding: 30px 0 20px;
  }
  .vc-footer .footer-link {
    font-size: 15px;
    padding: 0 0 25px 0;
  }
  .vc-footer .footer-link li {
    margin-right: 30px;
  }
  .vc-footer .footer-social {
    padding: 42px 0 55px;
  }
  .vc-footer .footer-social ul {
    font-size: 12px;
  }
  .vc-footer .footer-social ul li {
    padding: 0 15px;
  }
  .vc-footer .logo {
    height: 100px;
  }
  .vc-footer .tel {
    font-size: 13px;
  }
  .vc-footer .tel span {
    font-size: 24px;
  }
  .vc-footer .services {
    font-size: 14px;
  }
  .vc-footer .copyright {
    font-size: 12px;
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  body {
    padding-top: 100px;
  }
  .homepage .inner,
  .inner {
    width: auto;
    margin: 0 15px;
  }
  .vc-header {
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .vc-header .logo {
    margin: 17px 0 0;
  }
  .vc-header .logo a {
    width: 200px;
    height: 60px;
  }
  .vc-header .header-right {
    background: rgba(0, 0, 0, 0);
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    transition: all 0.15s ease-in-out;
  }
  .vc-header .nav {
    font-size: 16px;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 220px;
    height: auto;
    transition: all 0.15s ease-in-out;
    z-index: 3;
  }
  .vc-header .nav > li {
    float: none;
    height: auto;
  }
  .vc-header .nav > li a {
    height: 60px;
    line-height: 60px;
  }
  .vc-header .nav > li a::before {
    content: '';
    display: inline-block;
    width: 0.52rem;
    height: 0.52rem;
    border: solid 1px #797979;
    border-radius: 50%;
    margin-right: 1rem;
    position: relative;
    top: -0.07rem;
  }
  .vc-header .nav > li .children {
    text-align: left;
    font-size: 14px;
    position: relative;
    height: auto;
  }
  .vc-header .nav > li .children li {
    display: block;
  }
  .vc-header .nav > li .children li a {
    height: 50px;
    line-height: 50px;
    padding: 0 20px 0 35px;
  }
  .vc-header .nav > li .children li a::before {
    display: none;
  }
  .vc-header .nav > li:hover .children {
    height: auto;
  }
  .vc-header .nav > li:first-child {
    margin-top: 90px;
  }
  .vc-header .language {
    display: none;
    font-size: 15px;
    margin-top: 37px;
    margin-left: 15px;
  }
  .vc-header .ant-avatar {
    display: none;
  }
  .vc-header .search {
    line-height: 95px;
    height: 95px;
    padding: 0 75px 0 0;
    position: relative;
    top: 5px;
    z-index: 2;
    pointer-events: all;
  }
  .vc-header .search .ant-space-item {
    background-color: transparent;
  }
  .vc-header .search .ant-space-item .ant-input-group-wrapper {
    width: 100%;
    padding: 30px 25px 50px !important;
    top: 100px !important;
    left: 0;
    transform: translate3d(0, 0, 0);
    box-shadow: 0 15px 12px rgba(0, 0, 0, 0.1);
  }
  .vc-header .search .ant-space-item .ant-input-group-wrapper h3 {
    font-size: 20px;
    line-height: 1.45;
  }
  .vc-header .search .ant-space-item .ant-input-group-wrapper p {
    font-size: 15px;
    line-height: 1.45;
  }
  .vc-header .search .ant-input {
    width: 100%;
    visibility: visible;
    padding: 6px 11px;
  }
  .vc-header .search .ant-btn {
    border-color: #d9d9d9;
  }
  .vc-header .menuToggle {
    display: block;
    margin: 17px 0 0 0;
    position: fixed;
    z-index: 2;
    right: 25px;
    top: 25px;
    width: 23px;
    height: 23px;
  }
  .vc-header .menuToggle i {
    display: block;
    background: #222;
    width: 23px;
    height: 2px;
    position: absolute;
    transition: all 0.15s ease-in-out;
  }
  .vc-header .menuToggle i:first-child {
    top: 0;
    left: 0;
  }
  .vc-header .menuToggle i:nth-child(2) {
    top: 8px;
    left: 0;
  }
  .vc-header .menuToggle i:last-child {
    top: 16px;
    left: 0;
  }
  .vc-header.menuopen .header-right {
    background: rgba(0, 0, 0, 0.65);
    pointer-events: all;
  }
  .vc-header.menuopen .nav {
    right: 0;
  }
  .vc-header.menuopen .menuToggle i:first-child {
    top: 8px;
    transform: rotate(45deg);
  }
  .vc-header.menuopen .menuToggle i:nth-child(2) {
    opacity: 0;
  }
  .vc-header.menuopen .menuToggle i:last-child {
    top: 8px;
    transform: rotate(-45deg);
  }
  .vc-header.searchopen .header-right {
    background: rgba(0, 0, 0, 0.65);
    pointer-events: all;
    z-index: 10;
  }
  .vc-header.searchopen .ant-space-item {
    top: 5px;
  }
  .vc-footer {
    font-size: 14px;
    padding: 20px 0;
  }
  .vc-footer .inner {
    width: auto;
  }
  .vc-footer .footer-links {
    float: none;
  }
  .vc-footer .footer-services {
    float: none;
  }
  .vc-footer .footer-link {
    display: none;
  }
  .vc-footer .footer-social {
    padding: 15px 0 35px;
    border-top: none;
  }
  .vc-footer .footer-social p {
    display: none;
  }
  .vc-footer .footer-social ul {
    font-size: 12px;
    text-align: center;
  }
  .vc-footer .footer-social ul li {
    float: none;
    display: inline-block;
    padding: 0 20px;
  }
  .vc-footer .logo {
    height: 120px;
  }
  .vc-footer .tel {
    font-size: 13px;
    text-align: center;
    margin: 25px 0 25px;
  }
  .vc-footer .tel span {
    font-size: 24px;
  }
  .vc-footer .services {
    display: none;
  }
  .vc-footer .copyright {
    font-size: 12px;
    top: 0;
    text-align: center;
  }
  .vc-footer .copyright span {
    display: none;
  }
  .vc-footer .copyright a {
    display: block;
  }
  .swipers {
    padding: 80px 0;
  }
  .swipers h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 750px) {
  html {
    font-size: 14px;
  }
  .container {
    width: auto;
    margin: 0 15px;
  }
}
@media only screen and (max-width: 414px) {
  .container {
    width: auto;
    margin: 0 15px;
  }
}
@media only screen and (max-width: 375px) {
  .container {
    width: auto;
    margin: 0 15px;
  }
}
ul,
ol,
li {
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
}
html,
body,
#__nuxt,
#__layout {
  width: 100%;
}
.text-center {
  text-align: center;
}
.m-t-65 {
  margin-top: 65px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.m-b-45 {
  margin-bottom: 45px;
}
.right {
  float: right;
}
.relative {
  position: relative;
}
.container {
  width: 65%;
  margin: 0 auto;
}
.detail_content img {
  display: block;
}
.main_enters {
  color: #fff;
  font-size: 1.15rem;
  position: relative;
  margin-top: -18rem;
}
.main_enters a {
  color: #fff;
}
.main_enters h4 {
  color: #fff;
  font-weight: normal;
  font-size: 2.1rem;
  line-height: 1.3;
  margin: 0 0 2rem 0;
  letter-spacing: 0.75px;
}
.main_enters h4 em {
  font-size: 2rem;
  font-style: normal;
  text-transform: uppercase;
  display: block;
}
.main_enters .linkicon {
  opacity: 0.6;
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  text-align: center;
  border-radius: 50%;
  border: solid 1px #fff;
  position: relative;
  margin-top: 1rem;
  transition: all 0.15s ease-in;
}
.main_enters .linkicon .icon {
  font-size: 1.7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.main_enters .linkicon:hover {
  border-width: 5px;
}
.main_enters .leftside {
  width: 50%;
  padding: 4rem 2rem 3rem;
  float: left;
  position: relative;
}
.main_enters .leftside ul {
  list-style: none;
}
.main_enters .leftside ul li {
  float: left;
  width: 33.33%;
  margin-bottom: 1rem;
}
.main_enters .leftside ul::after {
  content: '';
  display: block;
  clear: both;
}
.main_enters .rightside {
  width: 35%;
  height: 100%;
  padding: 4rem 2rem 3rem 5rem;
  position: absolute;
  left: 50%;
}
.main_enters .rightside .linkicon {
  position: absolute;
  bottom: 3rem;
}
.main_enters::after {
  content: '';
  display: block;
  clear: both;
}
.leftBG {
  background: #005dcb url('../../image/left_background.png') no-repeat 0 0;
  background-size: cover;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
}
.rightBG {
  background: #004292 url('../../image/right_background.png') no-repeat 0 0;
  background-size: cover;
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
}
@media only screen and (max-width: 1260px) {
  .main_enters {
    margin: 0;
    /*
    .leftBG { width: 100%; height: 54.5%;}
    .rightBG { top: 54.5%; left: 0; width: 100%; height: 45%;}
    .leftside {
      padding: 2rem 0;
      width: 100%; float: none;
    }
    .rightside {
      padding: 2rem 0;
      width: 100%; position: relative; left: 0;
    }
    */
  }
  .main_enters .container {
    width: auto;
    margin: 0;
  }
  .main_enters .leftside {
    padding: 2rem;
  }
  .main_enters .leftside ul {
    display: none;
  }
  .main_enters .rightside {
    width: 50%;
    padding: 2rem;
  }
  .main_enters .rightside p {
    display: none;
  }
  .main_enters .rightside .linkicon {
    position: relative;
    bottom: 0;
  }
  .main_enters h4 {
    font-size: 1.62rem;
    margin: 0 0 1.95rem 0;
  }
  .main_enters h4 em {
    font-size: 1.15rem;
    margin-top: 0.5rem;
    display: block;
  }
  .main_enters .linkicon {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.about .container,
.business .container,
.milestones .container,
.honor .container {
  width: 62%;
}
.about h2,
.business h2,
.milestones h2,
.honor h2 {
  font-weight: normal;
  font-size: 1.92rem;
  line-height: 1.3;
  padding-top: 2.5rem;
  margin: 0;
  position: relative;
}
.about h2 em,
.business h2 em,
.milestones h2 em,
.honor h2 em {
  font-size: 1.62rem;
  font-style: normal;
  text-transform: uppercase;
  display: block;
}
.about h2::before,
.business h2::before,
.milestones h2::before,
.honor h2::before {
  background-color: #333;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18%;
  height: 2px;
}
.about {
  font-size: 1.2rem;
  line-height: 1.65;
  padding: 4.5rem 0;
}
.about ul {
  list-style: none;
  padding: 4rem 0 2rem;
}
.about ul li {
  width: 50%;
  float: left;
}
.about ul li:first-child {
  padding: 0 2.25rem 0 0;
}
.about ul li:last-child {
  padding: 0 0 0 2.25rem;
}
.about ul::after {
  content: '';
  display: block;
  clear: both;
}
.business .business_content {
  text-align: center;
  padding: 5.5rem 0;
}
.milestones {
  padding: 4.5rem 0 5rem;
}
.milestones h2 {
  padding: 0;
}
.milestones h2::before {
  display: none;
}
.milestones .milestonesNav {
  position: absolute;
  top: 0;
  right: 0;
}
.milestones .milestonesNav .linkicon {
  opacity: 0.6;
  display: inline-block;
  width: 4.5rem;
  height: 4.5rem;
  text-align: center;
  border-radius: 50%;
  border: solid 1px #c7c7c7;
  position: relative;
  margin-left: 1rem;
}
.milestones .milestonesNav .linkicon .icon {
  font-size: 1.7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.milestones .milestone_content {
  margin-top: 3rem;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
}
.milestones .milestone_content ul {
  color: #fff;
  list-style: none;
}
.milestones .milestone_content ul li {
  width: 25%;
  float: left;
  position: absolute;
  top: 0;
  bottom: 0;
}
.milestones .milestone_content ul li .date {
  white-space: nowrap;
  font-size: 1.62rem;
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translate3d(-50%, 0, 0);
}
.milestones .milestone_content ul li .excerpt {
  font-size: 1.15rem;
  padding: 2.25rem;
}
.milestones .milestone_content ul li.hover,
.milestones .milestone_content ul li:hover {
  background: rgba(0, 66, 144, 0.8);
}
.milestones .milestone_content ul:after {
  content: '';
  display: block;
  clear: both;
}
.honor {
  padding-top: 4.5rem;
}
.honor ul {
  list-style: none;
  padding: 5rem 0;
}
.honor ul li {
  text-align: center;
  width: 50%;
  float: left;
  margin-bottom: 1.5rem;
}
.honor ul::after {
  content: '';
  display: block;
  clear: both;
}
@media only screen and (max-width: 414px) {
  .about .container,
  .business .container,
  .milestones .container,
  .honor .container {
    width: auto;
    margin: 0 24px;
  }
  .about ul {
    padding: 3rem 0 0 0;
  }
  .about ul li {
    width: 100%;
  }
  .about ul li:first-child {
    padding: 0;
  }
  .about ul li:last-child {
    padding: 0;
  }
  .business {
    display: none;
  }
  .milestones {
    display: none;
  }
  .honor {
    padding-top: 0;
  }
}
.page_contact {
  font-size: 1.35rem;
  background: #fff;
  padding: 5rem 0 4.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page_contact .container {
  width: 62%;
}
.page_contact h2 {
  font-weight: normal;
  font-size: 2.15rem;
  line-height: 1.35;
  margin: 0 0 3rem;
  letter-spacing: 0.05rem;
}
.page_contact h2 em {
  font-size: 1.26rem;
  font-style: normal;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.05rem;
}
.page_contact dl {
  margin-bottom: 1rem;
}
.zhCN .page_contact dl dt {
    width: 120px; float: left;
}
.zhCN .page_contact dl dd {
    margin-left: 120px;
}
.enUS .page_contact dl dt {
    width: 120px; float: left;
}
.enUS .page_contact dl dd {
    margin-left: 120px;
}
.page_contact .contact_information {
  font-size: 1.45rem;
}
.business_info {
  font-size: 1.35rem;
  background: #fff;
  padding: 6rem 0 4rem;
}
.business_info .container {
  width: 62%;
}
.business_info .contact {
  padding: 1.75rem 0;
  position: relative;
}
.business_info .contact:not(:last-child)::after {
  background: rgba(0, 0, 0, 0.1);
  content: '';
  display: block;
  clear: both;
  width: 60%;
  height: 1px;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
}
@media only screen and (max-width: 414px) {
  .page_contact {
    padding: 3rem 0;
  }
  .page_contact .container {
    width: auto;
    margin: 0 24px;
  }
  .page_contact h2 {
    font-size: 1.95rem;
    letter-spacing: -1px;
    padding-right: 50px;
  }
  .page_contact h2 em {
    font-size: 1rem;
    margin-top: 12px;
  }
  .page_contact .contact_information {
    font-size: 17px;
  }
  .business_info {
    padding: 3rem 0;
  }
  .business_info .container {
    width: auto;
    margin: 0 24px;
  }
}
.page_news {
  background: #fff;
  padding: 5.5rem 0 6rem;
}
.page_news h2 {
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 0;
}
.page_news h2 em {
  font-style: normal;
  text-transform: uppercase;
  display: block;
}
.page_news ul.lists {
  font-size: 1rem;
  line-height: 1.75;
  list-style: none;
  padding: 3.5rem 1.5rem;
  margin: 0 -1.75rem;
}
.page_news ul.lists li {
  width: 33.33%;
  padding: 1.75rem;
  float: left;
}
.page_news ul.lists li .category::before {
  content: '';
  display: inline-block;
  width: 0.52rem;
  height: 0.52rem;
  border: solid 1px #797979;
  border-radius: 50%;
  margin-right: 1rem;
  position: relative;
  top: -0.07rem;
}
.page_news ul.lists li .thumb {
  margin-bottom: 1.25rem;
}
.page_news ul.lists li h4 {
  height: 62px;
  font-size: 1.25rem;
  line-height: 1.55;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page_news ul.lists li h4 a {
  color: #333;
}
.page_news ul.lists li .excerpt {
  padding: 1.5rem 0 0;
  margin-top: 2.15rem;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.page_news ul.lists li .excerpt::before {
  background: #ccc;
  content: '';
  display: block;
  height: 2px;
  width: 15%;
  position: absolute;
  top: 0;
}
.page_news ul.lists li:hover {
  box-shadow: 0 1.65rem 5rem rgba(0, 0, 0, 0.05);
}
.page_news ul.lists::after {
  content: '';
  display: block;
  clear: both;
}
.page_news .categories {
  text-align: center;
  font-size: 1rem;
  margin-top: 1rem;
}
.page_news .categories a {
  text-align: center;
  display: inline-block;
  padding: 1.35rem 6.75rem;
  margin: 0 0.85rem;
  border: solid 1px #ccc;
  border-radius: 5rem;
}

/* Page Case */
.page_case {
  background: #fff;
  padding: 5.5rem 0 6rem;
}
.page_case h2 {
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 0;
}
.page_case h2 em {
  font-style: normal;
  text-transform: uppercase;
  display: block;
}
.page_case ul.lists {
  font-size: 1rem;
  line-height: 1.75;
  list-style: none;
  padding: 3.5rem 1.5rem;
  margin: 0 -1.75rem;
}
.page_case ul.lists li {
  background: #0360cf;
  width: 33.33%;
  padding: 1.75rem;
  float: left;
  text-align: center;
}
.page_case ul.lists li:nth-child(2n) {
    background: #004290;
}
.page_case ul.lists li .thumb {
  margin-bottom: 1.25rem;
}
.page_case ul.lists li h4 {
  font-size: 1.25rem;
  margin-bottom: 0;
}
.page_case ul.lists li h4 a {
  color: #fff;
}
.page_case ul.lists li:hover {
  box-shadow: 0 1.65rem 5rem rgba(0, 0, 0, 0.05);
}
.page_case ul.lists::after {
  content: '';
  display: block;
  clear: both;
}
@media only screen and (max-width: 414px) {
  .page_case {
    padding: 2rem 0;
  }
  .page_case .container {
    width: auto;
    margin: 0 24px;
  }
  .page_case ul.lists {
    padding: 0;
    margin: 0;
  }
  .page_case ul.lists li {
    width: 100%;
    float: none;
    padding: 1.55rem 0;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 414px) {
  .page_news {
    padding: 2rem 0;
  }
  .page_news .container {
    width: auto;
    margin: 0 24px;
  }
  .page_news .categories {
    margin-top: 0.5rem;
  }
  .page_news .categories a {
    padding: 0.85rem 3.5rem;
  }
  .page_news ul.lists {
    padding: 0;
    margin: 0;
  }
  .page_news ul.lists li {
    width: 100%;
    float: none;
    padding: 1.55rem 0;
  }
}
.page_news_detail {
  background: #fff;
}
.page_news_detail .container {
  width: 56%;
}
.page_news_detail .detail_header {
  font-size: 1.15rem;
  padding: 4rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page_news_detail .detail_header .category::before {
  content: '';
  display: inline-block;
  width: 0.52rem;
  height: 0.52rem;
  border: solid 1px #797979;
  border-radius: 50%;
  margin-right: 1rem;
  position: relative;
  top: -0.07rem;
}
.page_news_detail .detail_header h1 {
  font-weight: normal;
  font-size: 2.85rem;
  line-height: 1.3;
  margin: 0 0 1.75rem;
}
.page_news_detail .detail_content {
  font-size: 1.3rem;
  line-height: 1.75;
  padding: 4rem 0 7.5rem;
}
@media only screen and (max-width: 414px) {
  .page_news_detail .container {
    width: auto;
    margin: 0 24px;
  }
  .page_news_detail .detail_header {
    padding: 3rem 0;
  }
  .page_news_detail .detail_header h1 {
    font-size: 2rem;
  }
  .page_news_detail .detail_content {
    padding: 3rem 0 5rem;
  }
}
.productionSystem h2 {
  font-weight: normal;
  font-size: 1.92rem;
  line-height: 1.3;
  margin: 0 0 15px 0;
}
.productionSystem h2 em {
  font-style: normal;
  text-transform: uppercase;
  display: block;
}
.productionSystem .excerpt {
  font-size: 1.12rem;
}
.productionSystem .container {
  width: 62%;
}
.productionSystem ul {
  font-size: 1rem;
  line-height: 1.75;
  list-style: none;
  padding: 3.5rem 1.5rem;
  margin: 0 -1.75rem;
}
.productionSystem ul li {
  width: 33.33%;
  float: left;
  padding: 1rem 1.2rem;
}
.productionSystem ul li:nth-child(3) {
  clear: both;
}
.productionSystem ul li .thumb {
  margin-bottom: 1.25rem;
}
.productionSystem ul li h4 {
  font-size: 1.25rem;
  text-align: center;
  margin: 0;
}
.productionSystem ul li:first-child {
  width: 50%;
  padding: 1.5rem 2.2rem 1.5rem 1.2rem;
}
.productionSystem ul li:nth-child(2) {
  width: 50%;
  padding: 1.5rem 1.2rem 1.5rem 2.2rem;
}
.productionSystem ul::after {
  content: '';
  display: block;
  clear: both;
}
@media only screen and (max-width: 1566px) {
  .productionSystem .excerpt {
    font-size: 1.02rem;
  }
}
@media only screen and (max-width: 1414px) {
  .productionSystem h2 {
    font-size: 1.58rem;
  }
  .productionSystem .excerpt {
    font-size: 0.92rem;
  }
}
@media only screen and (max-width: 1258px) {
  .productionSystem h2 {
    font-size: 1.5rem;
  }
  .productionSystem .excerpt {
    font-size: 0.92rem;
  }
}
@media only screen and (max-width: 414px) {
  .productionSystem .container {
    width: auto;
    margin: 0 24px;
  }
  .productionSystem ul {
    padding: 1.5rem 0;
    margin: 0 -12px;
  }
  .productionSystem ul li {
    width: 50%;
    padding: 0.85rem;
  }
  .productionSystem ul li:first-child {
    width: 100%;
    padding: 0.85rem;
  }
  .productionSystem ul li:nth-child(2) {
    width: 100%;
    padding: 0.85rem;
  }
}
.page_products {
  background: #fff;
}
.page_products .lists {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page_products .lists li {
  background: #fff;
  width: 20%;
  float: left;
  padding: 45px;
  position: relative;
  transition: box-shadow 0.15s ease-in-out;
}
.page_products .lists li .thumb {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin: 0;
}
.page_products .lists li .category {
  font-size: 16px;
  margin: 6px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page_products .lists li .category::before {
  content: '';
  display: inline-block;
  width: 0.52rem;
  height: 0.52rem;
  border: solid 1px #797979;
  border-radius: 50%;
  margin-right: 1rem;
  position: relative;
  top: -0.07rem;
}
.page_products .lists li .product_title {
  font-size: 20px;
  font-weight: 460;
  line-height: 1.55;
  position: relative;
  padding-bottom: 32px;
  overflow: hidden;
}
.page_products .lists li .product_title .product_title_wrap {
  position: absolute;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page_products .lists li .product_title a {
  display: block;
  color: #333;
}
.page_products .lists li:hover {
  z-index: 999;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.12);
}
.page_products .lists li:hover .product_title {
  overflow: visible;
}
.page_products .lists li::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-right: solid 1px #eee;
  border-bottom: solid 1px #eee;
  pointer-events: none;
}
.page_products .lists::after {
  content: '';
  display: block;
  clear: both;
}
.page_products h2 {
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 0;
}
.page_products h2 em {
  font-style: normal;
  text-transform: uppercase;
  display: block;
}
.page_products .pagination {
  background: #fff;
  padding: 30px 0;
  margin-top: -1px;
  border-top: solid 1px #eee;
}
.pro_categories {
  list-style: none;
  font-size: 16px;
  margin-top: 15px;
  position: sticky;
  top: 0;
}
.pro_categories li {
  border-bottom: solid 1px #eee;
  transition: background-color 0.15s ease-in-out;
}
.pro_categories li a {
  color: #666;
  display: block;
  padding: 15px 25px;
}
.pro_categories li:hover {
  background-color: #f3f3f3;
}
.pro_categories li:hover a {
  color: #004290;
}
.pro_categories li.active {
  background-color: #004290;
}
.pro_categories li.active a {
  color: #fff;
}
@media only screen and (max-width: 1420px) {
  .page_products .lists li {
    width: 25%;
  }
}
@media only screen and (max-width: 1260px) {
  .page_products .lists li {
    padding: 35px;
    width: 33.33%;
  }
}
@media only screen and (max-width: 940px) {
  .page_products .lists li {
    width: 50%;
  }
}
@media only screen and (max-width: 414px) {
  .page_products .container {
    width: auto;
    margin: 0 24px;
  }
  .page_products .lists li {
    padding: 28px;
  }
  .page_products .lists li .category {
    font-size: 12px;
    margin-bottom: 3px;
  }
  .page_products .lists li .product_title {
    font-size: 16px;
    padding-bottom: 24px;
  }
  .aside {
    display: block;
    height: 100%;
    position: fixed;
    z-index: 1;
    transform: translate3d(-100%, 0, 0);
  }
  .aside .pro_categories {
    font-size: 14px;
    margin-top: 0;
  }
  .aside .ant-layout-sider-children {
    background-color: #fff;
    position: relative;
    z-index: 1;
  }
  .aside.open {
    transform: translate3d(0, 0, 0);
  }
  .categories_mask {
    background-color: rgba(0, 0, 0, 0.65);
    content: '';
    display: block;
    position: fixed;
    z-index: 1;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.page_product_detail {
  background: #fff;
}
.page_product_detail .thumb {
  float: left;
  margin: 0;
}
.page_product_detail .container {
  width: 56%;
}
.page_product_detail .detail_header {
  font-size: 1.15rem;
  padding: 3rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.page_product_detail .detail_header .category::before {
  content: '';
  display: inline-block;
  width: 0.52rem;
  height: 0.52rem;
  border: solid 1px #797979;
  border-radius: 50%;
  margin-right: 1rem;
  position: relative;
  top: -0.07rem;
}
.page_product_detail .detail_header h1 {
  font-weight: normal;
  font-size: 2.85rem;
  line-height: 1.3;
  margin: 0;
}
.page_product_detail .detail_content {
  font-size: 1.3rem;
  line-height: 1.75;
  padding: 4rem 0 4.5rem;
}
@media only screen and (max-width: 414px) {
  .page_product_detail .container {
    width: auto;
    margin: 0 24px;
  }
  .page_product_detail .detail_header {
    padding: 3rem 0;
  }
  .page_product_detail .detail_header h1 {
    font-size: 2rem;
  }
  .page_product_detail .detail_content {
    padding: 0;
  }
}
.main_swiper {
  background-color: #004290;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.main_swiper .video_background {
  position: relative;
}
.main_swiper .video_background video {
  display: block;
  width: 100%;
  transform: translate3d(0, -7rem, 0);
}
.main_swiper .video_background::after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.main_swiper .main_text {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 2.25rem 2rem 1.85rem;
  position: absolute;
  top: 36.5%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 46%;
  visibility: hidden;
}
.main_swiper .main_text h2 {
  color: #fff;
  font-size: 3.15rem;
  font-weight: 420;
  line-height: 1.35;
  padding-bottom: 3rem;
  border-bottom: 0.01rem solid #ffffff;
}
.main_swiper .main_text .main_text_more span {
  padding: 0 2.65rem 0 0;
}
@media only screen and (max-width: 1480px) {
  .main_swiper .main_text {
    width: 55%;
    top: 31.5%;
  }
}
@media only screen and (max-width: 1260px) {
  .main_swiper .main_text {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, 0);
    padding: 1.85rem;
  }
  .main_swiper .main_text h2 {
    font-size: 2.2em;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 768px) {
  .main_swiper .main_text {
    background-color: #001a3a;
    visibility: visible;
  }
  .main_swiper .video_background video {
    transform: scale(1.35);
  }
}
.main_about {
  background: #f7f6fa;
  padding: 5.5rem 0 3rem;
  font-size: 1.1rem;
  line-height: 1.75;
}
.main_about .container {
  width: 62%;
}
.main_about h2 {
  font-weight: normal;
  font-size: 1.92rem;
  line-height: 1.3;
  margin: 0;
}
.main_about h2 em {
  font-style: normal;
  text-transform: uppercase;
  display: block;
}
.main_about .more {
  font-size: 85%;
  margin-top: 2rem;
}
.main_about .more span {
  padding: 0 0 0 2.65rem;
}
@media only screen and (max-width: 414px) {
  .main_about {
    padding: 3rem 0;
  }
  .main_about .container {
    width: auto;
    margin: 0 24px;
  }
  .main_about h2 {
    margin: 0 0 2rem 0;
  }
}
.main_news {
  background: #fff;
  padding: 5.5rem 0 6rem;
}
.main_news .container {
  width: 62%;
}
.main_news h2 {
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 0;
}
.main_news h2 em {
  font-style: normal;
  text-transform: uppercase;
  display: block;
}
.main_news ul {
  font-size: 1rem;
  line-height: 1.75;
  list-style: none;
  padding: 3.5rem 1.5rem;
  margin: 0 -1.75rem;
}
.main_news ul li {
  width: 33.33%;
  padding: 1.75rem;
  float: left;
}
.main_news ul li .category::before {
  content: '';
  display: inline-block;
  width: 0.52rem;
  height: 0.52rem;
  border: solid 1px #797979;
  border-radius: 50%;
  margin-right: 1rem;
  position: relative;
  top: -0.07rem;
}
.main_news ul li .thumb {
  margin-bottom: 1.25rem;
}
.main_news ul li h4 {
  height: 62px;
  font-size: 1.25rem;
  line-height: 1.55;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main_news ul li h4 a {
  color: #333;
}
.main_news ul li .excerpt {
  padding: 1.5rem 0 0;
  margin-top: 2.15rem;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.main_news ul li .excerpt::before {
  background-color: #ccc;
  content: '';
  display: block;
  height: 2px;
  width: 15%;
  position: absolute;
  top: 0;
}
.main_news ul li:hover {
  box-shadow: 0 1.65rem 5rem rgba(0, 0, 0, 0.05);
}
.main_news ul::after {
  content: '';
  display: block;
  clear: both;
}
.main_news .categories {
  text-align: center;
  font-size: 1rem;
  margin-top: 1rem;
}
.main_news .categories a {
  text-align: center;
  display: inline-block;
  padding: 1.35rem 6.75rem;
  margin: 0 0.85rem;
  border: solid 1px #ccc;
  border-radius: 5rem;
}
@media only screen and (max-width: 414px) {
  .main_news {
    padding: 3rem 0 0;
  }
  .main_news .container {
    width: auto;
    margin: 0 24px;
  }
  .main_news h2 {
    font-size: 1.9rem;
  }
  .main_news ul {
    padding: 2.5rem 0 0;
    margin: 0;
  }
  .main_news ul li {
    width: 100%;
    padding: 0 0 2.65rem;
  }
  .main_news .categories {
    display: none;
  }
}
.main_case {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 100vh;
  padding: 13.5rem 0 5rem;
  position: relative;
}
.main_case::before {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
}
.main_case ul {
  list-style: none;
}
.main_case ul li {
  text-align: center;
  float: left;
  width: 25%;
  height: 150px;
  padding: 0;
  margin-bottom: 3.85rem;
  position: relative;
}
.main_case ul li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0.65;
  transition: opacity 0.2s ease-in;
  cursor: pointer;
}
.main_case ul li img:hover {
  opacity: 1;
}
.main_case ul li img.bg {
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}
.main_case ul::after {
  content: '';
  display: block;
  clear: both;
}
.anticon-left,
.anticon-right,
.anticon-double-left,
.anticon-double-right {
  margin-top: 9px;
}
body.zhCN .showZHCN {
  display: block !important;
}
body.zhCN .showENUS {
  display: none !important;
}
body.enUs .showZHCN {
  display: none !important;
}
body.enUs .showENUS {
  display: block !important;
}
.circle_button {
  display: none;
  background-color: #fff;
  text-align: center;
  line-height: 60px;
  width: 60px;
  height: 60px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
  position: fixed;
  bottom: 30px;
  right: 30px;
  border-radius: 50%;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.circle_button:hover {
  color: #fff;
  background-color: #004290;
}
@media only screen and (max-width: 414px) {
  .main_case {
    padding: 7rem 0;
  }
  .main_case .container {
    width: auto;
    margin: 0 24px;
  }
  .main_case ul li {
    width: 50%;
    height: 120px;
    margin-bottom: 0;
  }
  .circle_button {
    display: block;
  }
}
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child {
  left: -1px;
  padding: 0;
  border: 0;
}
.ant-input-group > .ant-input:last-child,
.ant-input-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0 2px 2px 0;
}
